ParametricPlot
The same as Plot, but accepts function generating pairs of {x,y}
ParametricPlot[{Sin[t], Cos[t]}Exp[-t], {t, 0, 2Pi}]
Dynamics
Consider to use ManipulateParametricPlot for manipulating parameters of a function in real time
The same as Plot, but accepts function generating pairs of {x,y}
ParametricPlot[{Sin[t], Cos[t]}Exp[-t], {t, 0, 2Pi}]
Consider to use ManipulateParametricPlot for manipulating parameters of a function in real time